Autogenerated HTML docs for v1.5.0-rc4-372-g26cfc 
diff --git a/git-config.html b/git-config.html index 03eb7c7..a9bcaa8 100644 --- a/git-config.html +++ b/git-config.html 
@@ -999,6 +999,22 @@  </p>   </dd>   <dt>  +gc.packrefs  +</dt>  +<dd>  +<p>  + <tt>git gc</tt> does not run <tt>git pack-refs</tt> in a bare repository by  + default so that older dumb-transport clients can still fetch  + from the repository. Setting this to <tt>true</tt> lets <tt>git  + gc</tt> to run <tt>git pack-refs</tt>. Setting this to <tt>false</tt> tells  + <tt>git gc</tt> never to run <tt>git pack-refs</tt>. The default setting is  + <tt>notbare</tt>. Enable it only when you know you do not have to  + support such clients. The default setting will change to <tt>true</tt>  + at some stage, and setting this to <tt>false</tt> will continue to  + prevent <tt>git pack-refs</tt> from being run from <tt>git gc</tt>.  +</p>  +</dd>  +<dt>   gc.reflogexpire   </dt>   <dd>  @@ -1403,7 +1419,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 12-Feb-2007 04:14:05 UTC  +Last updated 13-Feb-2007 23:48:05 UTC   </div>   </div>   </body>